同事整理的 android 开源框架,个个都堪称经典。32 个赞!1、volley 项目地址 https://github.com/smanikandan14/Volley-demo(1) JSON,图像等的异步下载;(2) 网络请求的排序(scheduling)(3) 网络请求的优先级处理(4) ...
分类:
移动开发 时间:
2014-06-15 23:57:26
阅读次数:
422
原题地址:https://oj.leetcode.com/problems/unique-paths/题意:A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The ...
分类:
编程语言 时间:
2014-06-15 23:37:55
阅读次数:
311
原题地址:https://oj.leetcode.com/problems/unique-paths-ii/题意:Follow up for "Unique Paths":Now consider if some obstacles are added to the grids. How many ...
分类:
编程语言 时间:
2014-06-15 23:33:26
阅读次数:
353
https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txtIntroduction------------The configuration database is a collection of configuratio...
分类:
系统相关 时间:
2014-06-15 23:22:07
阅读次数:
313
原题地址:https://oj.leetcode.com/problems/minimum-window-substring/题意:Given a string S and a string T, find the minimum window in S which will contain all...
分类:
编程语言 时间:
2014-06-15 22:10:42
阅读次数:
1109
原题地址:https://oj.leetcode.com/problems/merge-two-sorted-lists/题意:Merge two sorted linked lists and return it as a new list. The new list should be made...
分类:
编程语言 时间:
2014-06-15 21:58:31
阅读次数:
238
原题地址:https://oj.leetcode.com/submissions/detail/5341904/题意:The set[1,2,3,…,n]contains a total ofn! unique permutations.By listing and labeling all of ...
分类:
编程语言 时间:
2014-06-15 21:33:16
阅读次数:
270
https://github.com/loopj/android-async-http
android-async-http开源框架可以是我们轻松的获取网络数据或者向服务器发送数据,使用起来也很简单,下面做简单介绍,具体详细使用看官网:https://github.com/loopj/android-async-http
1.新建项目,去官网下载zip包,解压,打开rele...
分类:
移动开发 时间:
2014-06-15 19:14:35
阅读次数:
455
swift开发:试玩 Apple 网站的 playground https://developer.apple.com/library/prerelease/ios/documentation/swift/conceptual/swift_programming_language/GuidedTour.html...
分类:
移动开发 时间:
2014-06-15 08:00:09
阅读次数:
283
https://github.com/frodosens/fsnet
fsnet 是一个
使用C层做网络驱动.
Ruby做具体逻辑处理.
可支持分布式部署的一个开源网络游戏服务器.
因为为了搭好基础环境.
就使用了libevent做IO层..后面看看会不会自己重新写IO
ruby使用的是最新的2.1.2
如果单节点.一个比较简单的版本比较 可以有16W/s 次调用ruby
...
分类:
Web程序 时间:
2014-06-13 21:50:14
阅读次数:
349